#row6 > div {
  position: relative;
}
#row6 > div > div > img {
  margin-left: 400px;
  height: 600px;
  width: 70%;
}
#row6 > div > div:nth-child(1) {
  position: absolute;
  top: 140px;
  right: 600px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 70px;
  /* width: 50%;*/
  height: 300px;
  background-color: white;
}
#row6 > div > div > button {
  cursor: pointer;
  width: 120px;
  height: 40px;
  outline: none;
  border: none;
  background-color: blue;
  color: white;
  font-size: 16px;
}
#row6 > div > div > button a {
  text-decoration: none;
  color: white;
}
